Oauth2 Errors Error

Oauth2 Errors Error
Oauth2 Errors Error

The OAuth2 Oauth2 Errors Error describes the properties common to standard OAuth 2.0 errors.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "error": "string",
    "error_description": "string",
    "error_uri": "string"
}
string
error
Required

Discriminator field to help API consumers identify the structure type.

For more information see: Oauth2 Errors Error Type.

This property was added in vSphere API 7.0.2.0.

string
error_description
Optional

Human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred. Values for the "error_description" parameter MUST NOT include characters outside the set %x20-21 / %x23-5B / %x5D-7E.

This property was added in vSphere API 7.0.2.0.

if no additional information is available.

string As uri As uri
error_uri
Optional

A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.

This property was added in vSphere API 7.0.2.0.

if no such web-page is available.